type crypto/tls.aead
9 uses
crypto/tls (current package)
cipher_suites.go#L145: aead func(key, fixedNonce []byte) aead
cipher_suites.go#L196: aead func(key, fixedNonce []byte) aead
cipher_suites.go#L434: type aead interface {
cipher_suites.go#L505: func aeadAESGCM(key, noncePrefix []byte) aead {
cipher_suites.go#L523: func aeadAESGCMTLS13(key, nonceMask []byte) aead {
cipher_suites.go#L541: func aeadChaCha20Poly1305(key, nonceMask []byte) aead {
conn.go#L257: case aead:
conn.go#L352: case aead:
conn.go#L505: case aead:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)